docs: add uv/pip installation instructions - #4541
Conversation
|
I don't support pypi as an official distribution channel. Are you the maintainer of sqlc-bin? Could you either remove it or change the name? |
|
Yes, I maintain I can understand that you don't support Pypi as an official distribution channel, but I don't think Ive updated the README or any other documentation to make it clear that its an unofficial project and not affiliated with sqlc and its developers. If you have a name recommendation with which you are more comfortable, please let me know, I'm still open to it. |
|
Thanks for updating the README. I think you're right that |
|
Yeah of course no problem, and if there ever is anything else, you can always contact me. Just so you know, while changing the README i came across this: https://pypi.org/project/sqlc/ Which is a similar package to mine, instead of just downloading the release binaries it builds them locally. It is installed by doing |
Adds a short section to the install docs for installing sqlc from PyPI via sqlc-bin. The package ships the unmodified official release binaries, so Python projects can pin sqlc as a dev dependency without needing a Go toolchain. I maintain the sqlc-bin package.